POST /Account/ClearExternalGroupCache/{id}/

Clears the external group cache for the specified account.
 

Request

Method Request URI
POST /API/Account/ClearExternalGroupCache/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the account.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: id
Type: System.Guid

Response

Response Body

A status code indicating success or the failure reason.